home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on new me, buttonName, castName, theChannel, theStageLoc, Slider, numSettingsPerPage, descendant
- if objectp(descendant) then
- PassVar = descendant
- else
- PassVar = me
- end if
- ancestor = new(script("scroll bed"), buttonName, castName, theChannel, theStageLoc, Slider, numSettingsPerPage, PassVar)
- return me
- end
-
- on buttonLoc me
- return me
- end
-